home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / Little Smalltalk v3.1.4 / Documentation / Change Log next >
Encoding:
Text File  |  1995-01-26  |  3.0 KB  |  52 lines  |  [ttro/ttxt]

  1.                                         Little Smalltalk v3.1.x Change Log
  2.                                         ===============================
  3.  
  4. v3.1.0  -  Limited initial release
  5.  
  6. v3.1.1  -  Fixed crash when mouse pointer in menu bar with no windows open.
  7.            -  Fixed highlighting of System Menu when no windows are open.
  8.            -  Provided four pixel left and top margins for text and select panes.
  9.                      -  Line length for text panes increased to 2000 pixels.
  10.            -  Version number now displayed in Get Info... dialogue. 
  11.  
  12. v3.1.2  -  TCL Fatal error alerts re-worded.
  13.            -  Double click detection now supported.
  14.            -  Browser select panes now support standard single and double click behaviour.
  15.            -  ObjectTableMax doubled.
  16.            -  List processing improved (add:, addAll:, addLast: are now significantly
  17.                faster).
  18.            -  Fixed crash when 'printer print:' is invoked in the absence of the Workspace
  19.                window.
  20.            -  Changed to allow the Workspace window to be restored after being closed.
  21.            -  Modified methods from file.st moved to a new file, macfile.st. Original file.st
  22.                restored (with instance variable 'fType' added to 'File' class header ). Image
  23.                Maker modified to read new file.
  24.            -  Method 'Class::fileOut' now supports file types. 
  25.            -  Added 'Smalltalk::showMessage: aString' as a means of putting up a message
  26.                without having to use 'Smalltalk::error: aString'.
  27.            -  'Class::addSubClass:instanceVariableNames:' patched so that it doesn't remove
  28.                numbers embedded in instance variable names.
  29.            -  Pixel line length can now be specified for text-based panes.
  30.            -  Minimum window size reduced to 75x75.
  31.  
  32. v3.1.3    -  Browser select panes no longer give an unknown message error if clicked on
  33.                when empty.
  34.            -  Pop-up menu objects removed from Smalltalk global array to avoid problems
  35.                of duplication of IDs when >15 pop-up menus have been created. Pop-up menu
  36.                IDs will only now be duplicated when the number created in any one session
  37.                exceeds 65435.
  38.            -  Message 'Smalltalk::getVersion' and primitive 254 added to return the version
  39.                string from the 'vers' resource as a Smalltalk string. Version number no
  40.                longer hard-coded in tclwin.st.
  41.            -  Dragging and dropping files ending in '.st' now invokes the compiler instead of
  42.                loading them into the active text window.
  43.            -  New system primitive (No. 20) added to allow implementation of 'become:'
  44.                message for objects. 'become:' added to basic object protocol.
  45.            -  'Array::grow:' changed to use 'become:' instead of returning new array. 
  46.  
  47. v3.1.4  (First widely distributed release)
  48.            - Added inspector.st and notifier.st to systemImage.
  49.            - Updated Enhanced User Interface Manual.
  50.            - ReadMe files updated and improved.
  51.            - Tidied up source code.
  52.